powered by
Density function of the logistic distribution with zero mean and unit variance.
dstlogis(x)
Vector of quantiles.
The value of the density.
dstlogis(x) = dlogis(x, 0, sqrt(3)/pi)
dlogis for the logistic distribution.
dlogis
# NOT RUN { dstlogis(0) dstlogis(seq(-3, 3, 0.2)) # }
Run the code above in your browser using DataLab